NoteCollectionIndexOf Method (Note) |
Returns the zero-based index of the first occurrence of the specified note in the collection.
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic int IndexOf(
Note note
)
Public Function IndexOf (
note As Note
) As Integer
Parameters
- note
- Type: Independentsoft.Sip.PresenceNote
The Note to locate in the collection.
Return Value
Type:
Int32The first index of the
Note in the collection or -1 if the node is not found in the collection.
See Also